curl --request DELETE \
--url https://chat.omnivibe.com.br/platform/api/v1/users/{id} \
--header 'api_access_token: <api-key>'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Delete a User
curl --request DELETE \
--url https://chat.omnivibe.com.br/platform/api/v1/users/{id} \
--header 'api_access_token: <api-key>'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.
The numeric ID of the user on the platform
Success