cURL
curl --request DELETE \ --url https://www.getsnippets.ai/api/prompts/folders \ --header 'Authorization: Bearer <token>'
200
Example
Deletes multiple folders by their IDs. API Cost: N requests (one per folder).
API key authentication using Bearer token. Include your API key in the Authorization header.
Comma-separated list of folder IDs or JSON array
Folders deleted successfully
true
Show child attributes