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

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

The ID of the program to be removed

Response

200
application/json
Successfully removed program
message
string
Example:

"Successfully Removed Program"