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

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

Organization identifier

project_id
string
required

Project identifier

env
string
required

Environment id or branch name

Body

application/json
name
string
required

Workforce name or uid to delete.

Response

204

Workforce component deleted