Skip to main content
DELETE
/
admin
/
entity
/
{entity_id}
/
delete
Permanently delete an entity
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/delete \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

entity_id
integer
required

ID of the entity to be deleted

Response

Entity successfully deleted

message
string