DELETE /assignments/{assignmentId}
PRO
The functionality is available in PRO Edition only
Description
Deletes data on a resource assignmentThe route handles the HTTP DELETE request made to the /assignments/{assignmentId} path.
Parameters
The following path parameters are sent in the request line:
assignmentId(number) - (required) the id of an assignment to be deleted
Payload
No payload is required.
Response
The server returns an empty object.
The HTTP status code shows whether the request succeeds (status 200) or fails (status 500).
Related article: Working with server