v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Collections

Delete a collection

delete/collections/delete/{collectionId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the collection

Response

Delete collection response

savedboolean
successboolean
namestring
messagestring
urlstring
idstring

Example response

{
  "name": "Collection deleted.",
  "message": "Collection deleted.",
  "url": "/collections/delete/1",
  "id": "12345"
}