Delete an assignment
Introduction
You can delete an assignment by its internal ID with the DELETE call.
Caution
This endpoint is only available if clients are not using Planning Flex or Shift.
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoint details
DELETE
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/assignments/{id}
URL parameters
This parameter needs to be filled in when calling this endpoint.
| Parameter | Description |
|---|---|
<id> |
The internal ID of the assignment. |
Examples
Delete an assignment by internal ID
Example deleting assignment with ID 757085:
DELETE
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/assignments/757085