swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector RevokeApiKey API schemes: - https tags: - name: RevokeApiKey paths: /subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/keys/{apiKeyAlias}/revoke: post: tags: - RevokeApiKey summary: 'Microsoft Azure Revokes An Active Api Key Please Note That This Api Is Currently In A Preview State And Requires Sign Up To The Discovery Api Key Early Access Preview Feature Using A Valid Azure Subscription For More Information On This Process Please See The Documentation For Marketplace Catalog Apis [here] Https: Learn Microsoft Com En Us Rest Api Marketplacecatalog Dataplane Products Get?view Rest Marketplacecatalog Dataplane 2023 05 01 Preview&tabs Http' operationId: microsoftAzureRevokeapikeyPost x-ms-examples: Revoke_Key: $ref: ./examples/RevokeKey.json parameters: - type: string name: apiKeyAlias description: The alias of your API key. in: path required: true - type: string name: x-ms-client-tenant-id x-originalName: tenantId description: The tenant associated with the subscription. in: header required: true x-nullable: true - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter responses: '200': description: Indicates that the API key was successfully revoked. default: description: Microsoft.Marketplace error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse description: Needs a more full description created. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'