Resets instance level limits​
Resets instance level limits
Path Parameters
instanceId string required
Responses
- 200
- 403
- 404
- default
Limits are reset to the system defaults
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:49.187Z",
"changeDate": "2024-03-27T10:05:49.187Z",
"resourceOwner": "69629023906488334"
}
}
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:49.187Z",
"changeDate": "2024-03-27T10:05:49.187Z",
"resourceOwner": "69629023906488334"
}
}
Schema
Example (from schema)
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:49.187Z",
"changeDate": "2024-03-27T10:05:49.187Z",
"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"
}
]
}
Limits are already set to the system defaults
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/limits
Request
Request
curl / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
python / requests
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
go / native
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
php / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'