Skip to main content
DELETE
/
disciplines
/
{id}
Delete a discipline
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/disciplines/{id} \
  --header 'Authorization: Bearer <token>'
A grouping of common capabilities within the organization.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The discipline uuid.

Response

204