How to delete a user profile
Please be aware that this operation can not be undone
DELETE https://mburger.cloud/api/profile/delete
curl https://mburger.cloud/api/profile/delete -X DELETE -H "Accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -H "X-MBurger-Token: <token>" -H "X-MBurger-Version: 3" -H "Authorization: Bearer <JWT>"
This API has no parameters.
When successful, a HTTP 200 and JSON like this is returned:
{ "status_code": 0 }
Last updated 4 years ago