Skip to main content

Removes a quota

Removes a quota

Path Parameters
  • instanceId string required
  • unit string required

    Possible values: [UNIT_UNIMPLEMENTED, UNIT_REQUESTS_ALL_AUTHENTICATED, UNIT_ACTIONS_ALL_RUN_SECONDS]

Responses

A successful response.


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/quotas/:unit

Request

Base URL
https://$ZITADEL_DOMAIN/system/v1
instanceId — path required
unit — path required
Accept
curl -L -X DELETE 'https://$ZITADEL_DOMAIN/system/v1/instances/:instanceId/quotas/:unit' \
-H 'Accept: application/json'