Resource Claims

Release Resource

Release claimed resources for a subscription. Exactly one of quantity, externalId, externalIds, or claimIds must be provided.

post/api/v1/resource-claims/{subscriptionId}/release

Path parameters

subscriptionIdstring required

Request body

resourceSlugstring required

The slug of the resource to release

quantityinteger

Release N anonymous claims (FIFO order). Only releases claims without external identifiers.

externalIdstring

Release a specific named claim by its external identifier.

externalIdsstring[]

Release multiple named claims by their external identifiers.

claimIdsstring[]

Release specific claims by their claim IDs (works for both anonymous and named claims).

Response

Successful response

Changes

Changed in 2 of the 43 revisions of this API.3

    • added the required property usage/resourceId to the response with the 200 status

      response-required-property-added

    • added the required property usage/resourceSlug to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog