Deletes the task status of the project template with the specified id.
<Checks>
- User needs Admin or ProjectManageConfig write permissions
- Cannot delete last status of type 'todo' or 'done'
</Checks>
<Check title="Required Permissions">The user must be an admin or have project-manage-config:write permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
projectTemplateId
The id of the project template.
taskStatusId
The id of the task status.
Response
No Content

