MATTR VII PlatformInboxes
Delete an inbox
Deletes an inbox by providing its ID.
Analytic events
- MESSAGING_INBOX_DELETE_START
- MESSAGING_INBOX_DELETE_SUCCESS
- MESSAGING_INBOX_DELETE_FAIL
DELETE
/v1/messaging/inboxes/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Inbox ID
Response Body
application/json
application/json
curl -X DELETE "https://example.vii.au01.mattr.global/v1/messaging/inboxes/string"Empty
{
"code": "BadRequest",
"message": "Validation Error",
"details": [
{
"value": "notUUIDvalue",
"msg": "Invalid value",
"param": "inboxId",
"location": "params"
}
]
}{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}How would you rate this page?