Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the entity to be deleted
Response
Entity successfully deleted
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
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/delete \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}