Sleevy

Remove

DELETE/v1/folders/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/folders/string"
Empty
{  "_tag": "Unauthorized",  "message": "string"}
{  "_tag": "FolderNotFoundError",  "message": "string",  "folderId": "string"}
{  "_tag": "RateLimitExceeded",  "message": "string"}