Storyden
Collections

Collection Delete

Delete a collection owned by the authenticated account.

Delete a collection owned by the authenticated account.

DELETE/collections/{collection_mark}
storyden-session<token>

In: cookie

Path Parameters

collection_markstring

Either:

  • The unique collection ID.
  • A string of the form -
Formatxid-prefixed-kebab-case-string

Response Body

curl -X DELETE "https://loading/api/collections/cc5lnd2s1s4652adtu50-top-10-movies-thread"
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}