API Version 3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/users/{id} \ --header 'Authorization: Bearer <token>'
This endpoint allows to delete a specific company member by ID.
Permissions:
Throttling: 60 requests per minute
It is API Key protected and restricted to users with appropriate permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company member deleted successfully