Delete object

delete/v2/prism/{teamId}/organization/{organizationId}

Path parameters

teamIdstring uuid required
organizationIdstring uuid required

Headers

If-Matchstring

Optimistic concurrency. Pass back the etag header from a previous GET of this record; the write only proceeds if the record hasn't changed since. Mismatch → 412 precondition_failed. Use * to require the record exists (any ETag accepted).

Response

Object soft-deleted. Use the restore endpoint within the retention window to undo.

Changes

Changed in 3 of the 29 revisions of this API.110

  • fdc16d4f0be018See the full diff
    • removed the success response with the status

      response-success-status-removed

    • added the new optional header request parameter If-Match

      new-optional-request-parameter

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the success response with the status

      response-success-status-added

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

    • api operation id deleteOrganizationV2 removed and replaced with deleteOrganization

      api-operation-id-removed

    • endpoint added

      endpoint-added