Delete Persistence Configuration
Deletes a persistence configuration.
Endpoint
Bash
DELETE /catalog-server/api/persistence/configs/{id}
Path Parameter
Parameter | Description |
id | Configuration ID |
Sample Request
Bash
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.
NOTE
A configuration cannot be deleted if:
- It is set as the tenant default
- It is currently referenced by policies

No comments yet.