Skip to main content

Resets instance level limits​

Resets instance level limits

Path Parameters
    instanceId string required
Responses

Limits are reset to the system defaults


Schema
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

    resourceOwner resource_owner is the organization an object belongs to
DELETE /instances/:instanceId/limits

Request

Base URL
https://$CUSTOM-DOMAIN/system/v1
instanceId — path required
Accept
curl / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Accept: application/json'