Notca Docs

Delete folder

Delete a folder by ID for the authenticated user

DELETE
/api/v1/folders/{folderId}
x-api-key<token>

In: header

Path Parameters

folderIdstring
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://app.notca.co/api/v1/folders/string"
{
  "success": true
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}