Full name: projects.locations.instances.bigQueryExport.revokePartnerSubscription
Customer revokes an existing subscription
HTTP request
POST https://{endpoint}/v1alpha/{parent}/bigQueryExport:revokePartnerSubscription
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. instance name of the customer project format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "subscriptionUri": string } |
| Fields | |
|---|---|
subscriptionUri |
Required. Resource name of the subscription Format:projects/{projectId}/locations/{region}/subscriptions/{subscription} |
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.