メインコンテンツへスキップ
DELETE
/
Delete this Organization
curl --request DELETE \
  --url https://{tenantDomain}/my-org/v1/ \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://auth0.com/api-errors#A0E-401-0002",
  "status": 401,
  "title": "Missing Token",
  "detail": "No auth token provided."
}

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

レスポンス

The organization was successfully deleted.