curl --request DELETE \
--url https://{tenantDomain}/api/v2/organizations/{id}/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clients": [
"<string>"
]
}
'{
"message": "<string>",
"statusCode": "<unknown>",
"error": "<unknown>"
}Remove one or more client associations from an organization.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/organizations/{id}/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clients": [
"<string>"
]
}
'{
"message": "<string>",
"statusCode": "<unknown>",
"error": "<unknown>"
}Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the organization.
List of client IDs to disassociate from the organization.
1 - 100 elementsOrganization clients successfully disassociated.
このページは役に立ちましたか?