Delete snapshot repositoryedit

Deletes the snapshot repository configuration.

Requestedit

DELETE /api/v1/platform/configuration/snapshots/repositories/{repository_name}

Path parametersedit

Name Type Required Description

repository_name

string

Y

The name of the snapshot repository configuration.

Responsesedit

200

(EmptyResponse) successful operation

202

(EmptyResponse) Delete snapshot repository config

449

(BasicFailedReply) elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XDELETE {{hostname}}/api/v1/platform/configuration/snapshots/repositories/{repository_name} \
-H "Authorization: ApiKey $ECE_API_KEY"