cURL
curl --request DELETE \ --url https://sandbox.withclasp.com/employers/{public_id} \ --header 'Authorization: Bearer <token>'
Permanently deletes the employer and all objects assocaited with that employer (e.g., members, plans, etc).
API Key authentication with required prefix "Bearer"
No response body