Skip to main content
DELETE
/
v1
/
folders
/
{id}
Delete a folder
curl --request DELETE \
  --url https://api.scribe-mail.com/v1/folders/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Deleted