UntagSupabaseProject

更新时间:
复制 MD 格式

Removes tags from one or more Supabase instances.

Operation description

This operation removes one or more specified tags from Supabase instances.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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: a reserved mode instance.

  • ALIYUN::GPDB::INSTANCE: an elastic mode instance.

instance

All

boolean

No

Specifies whether to remove all tags from the instance. This parameter takes effect only when TagKey.N is not specified. Valid values:

  • true

  • false

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.