v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Collections

Delete Collection

Delete a collection.

delete/collections/{id}

Path parameters

idinteger required
Example:23141001200513

The unique identifier for the collection, created by Loop.

Response

Success

idinteger

The unique identifier for the collection, created by Loop.

successboolean

Whether the collection was successfully deleted.

Example response

{
  "id": 23141001200513,
  "success": true
}