Delete Persistence Configuration
Deletes a persistence configuration.
Endpoint
DELETE /catalog-server/api/persistence/configs/{id}
Path Parameter
Parameter | Description |
|---|---|
id | Configuration ID |
Sample Request
curl -X DELETE "https://{HOST}/catalog-server/api/persistence/configs/6" \
-H "accessKey: {ACCESS_KEY}" \
-H "secretKey: {SECRET_KEY}"
Response (204 No Content): Empty response on success.
A configuration cannot be deleted if:
It is set as the tenant default
It is currently referenced by policies

Send a comment