Skip to main content
Overview
Redis
Vector
QStash
Workflow
Search
Box
Realtime
Developer API
Search
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Redis
/
/
SDKs
/
Typescript
/
Commands
/
Functions
FUNCTION DELETE
Delete a library and all its functions.
1 min read
Copy as Markdown
Arguments
#
libraryName
string
required
#
The name of the library to delete.
Response
#
FCALL_RO
FUNCTION FLUSH
Example
await
redis.functions.
delete
(
"mylib"
)