Deletes a user from Gable
cURL
curl --request DELETE \ --url 'https://api-(organization).gable.ai/v0/settings/users' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
This response does not have an example.
User was deleted successfully