cURL
curl --request DELETE \ --url https://api.glass.fm/v2/action/glasscore/person/{id} \ --header 'Authorization: Bearer <token>'
Permanently delete a Person from your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the entity for this request.
5
Ok