Skip to main content
DELETE
/
v1
/
org
/
employees
/
mappings
/
{employee_mapping_id}
Delete Employee Mapping
curl --request DELETE \
  --url https://api.twine.se/v1/org/employees/mappings/{employee_mapping_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 403,
  "errors": [],
  "message": "Forbidden"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

employee_mapping_id
string
required

The ID of the employee mapping to delete

Response

No Content Response