Skip to main content
DELETE
/
resource-placeholders
/
{id}
Delete a resource placeholder
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/resource-placeholders/{id} \
  --header 'Authorization: Bearer <token>'
A generic role-based slot used to plan staffing needs before assigning specific members.

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 resource placeholder uuid

Response

204