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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

program_id
integer
required

Program ID from which to remove entities

Query Parameters

entity_ids
string
required

Comma-separated list of entity IDs to delete

Example:

"1,2,3"

Response

200 - application/json
Entities successfully removed
message
string
Example:

"Successfully Removed"