Delete a Quality Task
Delete a quality task by its unique ID. If the task exists and is deleted, returns 200 OK. If not found, returns 204 No Content.
Path Parameters |
---|
id int64 — REQUIREDUnique identifier of the quality task to delete. |
id int32 — REQUIRED |
Responses |
---|
200 Quality task deleted successfully. |
204 No quality task found with the specified ID. |
401 Unauthorized access. |