cURL
curl --request DELETE \ --url https://api.twine.se/v1/org/employees/mappings/{employee_mapping_id} \ --header 'Authorization: Bearer <token>'
{ "code": 403, "errors": [], "message": "Forbidden" }
Delete an existing employee mapping for a given organization.
Permissions required: Employee: Delete, SystemIntegration: Get
Employee: Delete
SystemIntegration: Get
Bearer token for authentication
The ID of the employee mapping to delete
No Content Response