Skip to Content
ReferenceAPICatalogueDelete an item

Catalogue API

Delete a catalogue item

Delete a product or service from the current workspace catalogue.

DELETE/v1/catalogue/items/{itemId}
capability catalogue.items.delete · v1operational dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

  • itemIdstring<uuid>required
    path

Response

Successful responses use Dawn's data envelope.

  • dataCatalogueItemrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • kind"product" | "service"required
    • handlestringrequired
      min length 1max length 120
    • namestringrequired
      min length 1max length 160
    • descriptionstring | nullrequired
      max length 5000
    • referencestring | nullrequired
      min length 1max length 120
    • serviceDurationMinutesinteger | nullrequired
      min 5max 1440
    • status"draft" | "active" | "archived"required
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 404The catalogue item could not be found.
  • 422The catalogue item ID is invalid.
  • 503The catalogue item could not be deleted.
Last updated on