Deletes the task status of the project template with the specified id.
The last status of type 'todo' or 'done' cannot be deleted.
<Check title="Required Permissions" icon="key">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

