curl --request DELETE \
--url https://chat.omnivibe.com.br/platform/api/v1/accounts/{account_id} \
--header 'api_access_token: <api-key>'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Delete an Account
curl --request DELETE \
--url https://chat.omnivibe.com.br/platform/api/v1/accounts/{account_id} \
--header 'api_access_token: <api-key>'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}