Communication Identity - Revoke Access Tokens
Alle toegangstokens voor de specifieke identiteit intrekken.
POST {endpoint}/identities/{id}/:revokeAccessTokens?api-version=2023-10-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
De communicatieresource, bijvoorbeeld https://my-resource.communication.azure.com |
id
|
path | True |
string |
Id van de identiteit. |
api-version
|
query | True |
string |
Versie van de API die moet worden aangeroepen. |
Antwoorden
Name | Type | Description |
---|---|---|
204 No Content |
Geen inhoud |
|
Other Status Codes |
Fout |
Voorbeelden
Revoke access tokens
Voorbeeldaanvraag
POST https://my-resource.communication.azure.com/identities/8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081/:revokeAccessTokens?api-version=2023-10-01
Voorbeeldrespons
Definities
Name | Description |
---|---|
Communication |
De Communication Services-fout. |
Communication |
De Communication Services-fout. |
CommunicationError
De Communication Services-fout.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
details |
Meer informatie over specifieke fouten die tot deze fout hebben geleid. |
|
innererror |
De interne fout, indien aanwezig. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
CommunicationErrorResponse
De Communication Services-fout.
Name | Type | Description |
---|---|---|
error |
De Communication Services-fout. |