DELETE
/
admin
/
entity
/
{entity_id}
/
delete
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/delete \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity_id
integer
required

ID of the entity to be deleted

Response

200
application/json
Entity successfully deleted
message
string