Skip to main content
DELETE
/
v1
/
orgs
/
{orgId}
/
teams
/
{teamId}
Delete team
curl --request DELETE \
  --url https://api.openworklabs.com/v1/orgs/{orgId}/teams/{teamId}
{
  "error": "<string>",
  "details": [
    {
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://differentai-fix-roadmap-cleanup.mintlify.app/llms.txt

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

Path Parameters

orgId
string<typeid>
required

Den TypeID with 'org_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^org_.*
teamId
string<typeid>
required

Den TypeID with 'tem_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^tem_.*

Response

Team deleted successfully.