Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful operation
Example:
"Successful"
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/designation/{designation_id} \
--header 'Authorization: Bearer <token>'
{
"message": "Successful"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful operation
"Successful"
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/designation/{designation_id} \
--header 'Authorization: Bearer <token>'
{
"message": "Successful"
}