Delete a data store by ID

delete/admin/dataStores/{dataStoreId}
Internal-Use Only

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

1No example avaliable

Path Parameters

NameTypeRequiredDescription
dataStoreId
integer
true

The ID of the data store.

Responses

StatusMeaningDescription
204No ContentThe data store was deleted or there was no data store with the specified ID.