Skip to main content
DELETE
/
v2
/
action
/
glasscore
/
person
/
{id}
Delete Person
curl --request DELETE \
  --url https://api.glass.fm/v2/action/glasscore/person/{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