Skip to content

DELETE /task-type/

Delete Task Type

DELETE
/task-type/{type_key}

Delete a task type by key.

Permanently removes the TaskType document. Existing Task documents
that reference this type via task_type_key are not automatically
updated or removed.

Emits: (direct transaction — no event class)

Required scope: collaboration:task-type:write

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

type_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.