Skip to main content
DELETE
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
workforce
cURL
curl --request DELETE \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/workforce \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workforce": "<string>"
}
'
null

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required

Query Parameters

rev
string
required

Git branch name (for example main).

Body

application/json
workforce
string
required

Component to delete: numeric id, manifest UUID (uid), or configured name.

Response

204 - application/json

Workforce component deleted