Delete a Task Commitment
delete
/api/restapi/workManagerTaskCommitment/{workManagerTaskCommitmentId}
Send a request to this endpoint to delete a task commitment. The application object with an ID value that matches the value of the {workManagerTaskCommitmentId} path parameter will be deleted.
Request
Path Parameters
-
workManagerTaskCommitmentId(required): integer(int64)
The system-generated identifier of a task commitment.
There's no request body for this operation.
Back to TopResponse
204 Response
Successful operation with no content.
404 Response
Invalid input for the Task Commitment service.