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

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

Entity ID of the entity to archive

Response

200
application/json
Entity successfully archived
message
string
Example:

"Successfully Archived."