Handles the removal (archival) of an entity based on the provided entity ID.
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id} \
--header 'Authorization: Bearer <token>'{
"message": "Successfully Archived."
}curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id} \
--header 'Authorization: Bearer <token>'{
"message": "Successfully Archived."
}