Removes the domain of an instance​
Removes the domain of an instance
Path Parameters
instanceId string required
domain string required
Responses
- 200
- 403
- 404
- default
A successful response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-05-10T13:32:02.342Z",
"changeDate": "2024-05-10T13:32:02.342Z",
"resourceOwner": "69629023906488334"
}
}
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-05-10T13:32:02.342Z",
"changeDate": "2024-05-10T13:32:02.342Z",
"resourceOwner": "69629023906488334"
}
}
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-05-10T13:32:02.343Z",
"changeDate": "2024-05-10T13:32:02.343Z",
"resourceOwner": "69629023906488334"
}
}
Returned when the user does not have permission to access the resource.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
DELETE /instances/:instanceId/domains/:domain
Request
Request
curl / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
python / requests
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
go / native
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
php / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'