UntagSupabaseProject
Removes tags from one or more Supabase instances.
Operation description
This operation removes one or more specified tags from Supabase instances.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID of the instance. |
cn-hangzhou |
| ResourceType |
string |
No |
The resource type. Valid values:
|
instance |
| All |
boolean |
No |
Specifies whether to remove all tags from the instance. This parameter takes effect only when
Default value: false |
false |
| ResourceId |
array |
No |
The instance IDs. You can specify up to 50 instance IDs. |
|
|
string |
No |
The ID of an instance. |
gp-2zev51nt17074**** |
|
| TagKey |
array |
No |
The keys of the tags that you want to remove. You can specify up to 20 tag keys. |
|
|
string |
No |
The key of a tag that you want to remove. |
TestKey |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
34b32a0a-08ef-4a87-b6be-cdd9f56fc3ad |
Examples
Success response
JSON format
{
"RequestId": "34b32a0a-08ef-4a87-b6be-cdd9f56fc3ad"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.