Skip to main content
DELETE
/
v1
/
inboxes
/
{id}
Delete an inbox
curl --request DELETE \
  --url https://api.drin.run/v1/inboxes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "param": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Deleted.