Delete a data store by ID

delete/admin/dataStores/{dataStoreId}

Deletes the data store that matches the specified data store ID. This endpoint requires the "svi.administration.core_metadata" capability.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
dataStoreId
integer
true

The ID of the data store.

Responses

StatusMeaningDescription
204No Content

The data store was deleted or there was no data store with the specified ID.