Zum Hauptinhalt springen
DELETE
/
v3
/
enterprise
/
organizations
/
{org_id}
/
tags
Tags der Organisation löschen
curl --request DELETE \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    "<string>"
  ]
}

Documentation Index

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

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

Berechtigungen

Erfordert einen Servicebenutzer mit der Berechtigung ManageEnterpriseSettings. Zusätzlich muss die Funktion für Sitzungstags für das Enterprise aktiviert sein.

Autorisierungen

Authorization
string
header
erforderlich

Servicebenutzer-Anmeldedaten (Präfix: cog_)

Pfadparameter

org_id
string
erforderlich

Organisations-ID (Präfix: org-)

Beispiel:

"org-abc123def456"

Antwort

Erfolgreiche Antwort

tags
string[]
erforderlich