Skip to main content
DELETE
/
mailbox
/
folders
/
{folder_id}
Delete a mailbox folder
curl --request DELETE \
  --url https://app.sendmux.ai/api/v1/mailbox/folders/{folder_id} \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
  },
  "data": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.

Headers

If-Match
string

Path Parameters

folder_id
string
required

Response

Deletion result

ok
enum<boolean>
required
Available options:
true
meta
object
required
data
object
required