Skip to content

Delete a mailbox

DELETE
/api/Mailboxes/{id}
curl --request DELETE \
--url https://app.docstosheets.com/api/Mailboxes/example \
--header 'Authorization: Bearer <token>'

Deletes the mailbox and all of its documents and extractions. Owner only.

id
required
string
Media type application/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
nullable
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}