Skip to main content
DELETE
/
sources
/
{sourceKey}
/
v1
/
collections
/
{collectionKey}
Delete a registry collection
curl --request DELETE \
  --url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/collections/{collectionKey} \
  --header 'X-Clinia-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

sourceKey
string
required

The key of the source.

collectionKey
string
required

The key of the collection.

Response

A successful response when the collection is deleted.

I