Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Handles the removal (archival) of an entity based on the provided entity ID.
cURL
curl --request DELETE \ --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id} \ --header 'X-HYS-API-Key: <api-key>'
{ "message": "Successfully Archived." }
API key generated from Developer Settings. Format: hys_...
Entity ID of the entity to archive
Entity successfully archived
"Successfully Archived."