Skip to main content
DELETE
/
vLatest
/
action
/
glasscore
/
applicant
/
{id}
Delete Applicant
curl --request DELETE \
  --url https://api.glass.fm/vLatest/action/glasscore/applicant/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
number
required

The ID of the entity for this request.

Example:

5

Response

200

Ok