Skip to main content
DELETE
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

catalogId
string<uuid>
required

ID of the catalog to delete.

Response

Catalog deleted

Response returned after deleting a catalog

status
enum<string>
required

Status of the request

Available options:
success
catalog_id
string<uuid>
required

ID of the deleted catalog

released_snapshot_ids
string<uuid>[]
required

IDs of the playcount snapshots that pointed at this catalog. Those snapshots still exist - only their catalog reference was cleared - so each can be re-materialized into a new, correctly named catalog with Create catalog. Empty when the catalog was not created from a measurement run.