Skip to main content
DELETE
/
practices
/
{id}
Delete a practice
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/practices/{id} \
  --header 'Authorization: Bearer <token>'
A functional area used to group service offerings and personnel 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 practice uuid.

Response

204