Skip to main content
DELETE
/
collections
/
{id}
Delete Collection
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/collections/{id} \
  --header 'X-Authorization: <api-key>'
{
  "id": 123,
  "success": true
}

Authorizations

X-Authorization
string
header
required

API Scope: "Collections (read)"

Path Parameters

id
integer
required

The unique identifier for the collection, created by Loop.

Example:

23141001200513

Response

Success

id
integer

The unique identifier for the collection, created by Loop.

success
boolean