curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/delete \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the entity to be deleted
Entity successfully deleted
The response is of type object
.
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/delete \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}