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>" } '
{ "message": "<string>", "id": 123, "title": "<string>" }
The email address of the user, which is the primary ID in Gable
User was deleted successfully