Skip to main content
DELETE
/
v1
/
task-types
/
{id}
Delete a task type
curl --request DELETE \
  --url https://api.vendaze.com/v1/task-types/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Path Parameters

id
string<uuid>
required

UUID of the resource.

Response

Task type deleted successfully.

The response is of type object.