curl --request DELETE \
--url https://api-staging.boost.xyz/inboxes/ \
--header 'Authorization: Bearer <token>'
{
"success": true
}
This deletes an existing Inbox.
curl --request DELETE \
--url https://api-staging.boost.xyz/inboxes/ \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.