English
cURL
curl --request DELETE \ --url https://api.altur.io/api/v1.0/enduser/{id} \ --header 'Authorization: <api-key>'
{ "message": "<string>" }
Deletes an EndUser
Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.
api-key YOUR_API_SECRET_KEY
Authorization
The identifier of the EndUser to delete
EndUser deleted successfully
The response is of type object.
object