Unbinds a custom domain name from an API group.
Operation description
This operation is intended for API providers.
If the specified domain name does not exist, a successful response will still appear.
Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DeleteDomain |
delete |
*ApiGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The ID of the API group to which the domain name to be unbound is bound. This ID is generated by the system and globally unique. |
927d50c0f2e54b359919923d908bb015 |
| DomainName |
string |
Yes |
The custom domain name. |
api.demo.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6EF60BEC-0242-43AF-BB20-270359FB54A7 |
Examples
Success response
JSON format
{
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.