Skip to main content
DELETE
/
admin
/
entity
/
{entity_id}
Archive Entity
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

Entity successfully archived

message
string
Example:

"Successfully Archived."

I