/auth/v1/collections/<collection_ID>: DELETE

Deletes a specific collection.

The following table shows which roles can access this REST API endpoint:
Table 1. Access by role
Data admin Data user Collection Admin Admin Service user
Χ Χ Χ

Synopsis of the request URL

curl -k  -H 'Content-Type: application/json' -H ‘Authorization: Bearer <token>’ –X DELETE https://<spectrum_discover_host>/auth/v1/collections/<collection_ID>

Supported request types and response formats

Supported request types:
  • DELETE
Supported response formats:
  • JSON

Examples

The following example shows how to delete a specific collection.

Request:
curl -k  -H ‘Authorization: Bearer <token>’ https://<spectrum_discover_host>/auth/v1/collections/dfd993527cb34b0bbcd700fab121264e -X DELETE 

Response:

204 No Content