DELETE
/
inboxes
curl --request DELETE \
  --url https://api-staging.boost.xyz/inboxes/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

inboxId
string
required

Response

200
application/json
Success
success
boolean
required