Deletes the task status with the specified id.
Deletes the project’s task status with the specified id. To delete the task status, the user need write permissions on feature Project-Master-Data. If the status still has related tasks, it’s necessary to provide another task status to move the tasks to.
Required Permissions
Any authenticated user.Path parameters
projectId
The id of the project.
taskStatusId
The id of the task status.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
taskStatusId
The id of the task status all related tasks will be changed to.
Response
No Content