curl --request DELETE \
--url https://partners.clerk.chat/reseller/teams/{teamId}/inboxes \
--header 'Content-Type: application/json' \
--data '{
"inboxIds": [
"<string>"
]
}'
curl --request DELETE \
--url https://partners.clerk.chat/reseller/teams/{teamId}/inboxes \
--header 'Content-Type: application/json' \
--data '{
"inboxIds": [
"<string>"
]
}'