Deletes a user from Gable
cURL
curl --request DELETE \ --url https://{hostname}.gable.ai/v0/settings/users \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "email": "<string>" }'
This response does not have an example.