Tasks API
Task status API - Delete task status
OVERVIEW
Use this method to delete a task status.
Note: Only a custom task status can be deleted. A system task status (Not started, In progress and Complete) cannot be deleted. If you try to delete a system task status, a validation message will display stating "You cannot delete a system defined status".
DELETE /api/3/tasks/status/{statusid}
Request Parameters
Parameters | Value | Description |
statusid | integer | statusid is the ID of status which is going to be deleted. The statusid can be obtained by calling Get all task status API. |
Response
The API responds with a 200 OK http response if the task status was successfully deleted otherwise an error object is returned.
Notes:
- This API is used to delete custom task status only, system task status (Not started, In progress and Complete) cannot be deleted.
Last Updated: Nov 08,2024
Comments
0 Comments