Delete Folder

Written By Team BugSmash

Last updated 10 days ago

METHOD: DELETE
URL: https://api.bugsmash.io/api/v2/folder/{folderId}

HEADERS:
  X-API-Key: YOUR_API_KEY
  Content-Type: application/json

PATH PARAMETERS:
  folderId  (uuid, required)  - The folder ID

CURL:
curl --location --request DELETE 'https://api.bugsmash.io/api/v2/folder/{folderId}' \
--header 'X-API-Key: YOUR_API_KEY'

RESPONSE:
{
  "status": true,
  "message": "Folder deleted successfully",
  "data": []
}