Skip to main content

Delete Item By Id

DELETE 

/items/id

Delete the item(s) from the database that match the provided ID(s).

Parameters

id: string or list of string

The ID or list of IDs of the item(s) to be deleted.

Returns

CustomMessage

A message indicating the success or failure of the deletion.

Request

Body

required
    anyOf

    string

Responses

Successful Response

Schema
    message Messagerequired
Loading...