cURL
curl --request DELETE \ --url https://sandbox.withclasp.com/members/{public_id} \ --header 'Authorization: Bearer <token>'
Permanently deletes a member from Clasp. Do not use this if you are simply terminating employee. You must update their termination_date instead. Only use this if you no longer want their record to exist (e.g., entry error).
API Key authentication with required prefix "Bearer"
No response body