# Delete data object **DELETE /data/{collectionName}/{indexName}/{indexValue}** ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Path parameters - **collectionName** (string) defines the collection on which you want to call the operation (e.g users) - **indexName** (string) defines the name of the index to query data on (most times you will need _id) - **indexValue** (string) defines the value of the index to query data on ### Body: application/json (object) - **filter** (object) use simple key value query parameters for additional filtering on the data object you want to delete - **authField** (string) this parameter can be used to use a different item field other then the original field (userId). This field is used to map data objects to sub accounts. ## Responses ### 204 successfully deleted data object [Powered by Bump.sh](https://bump.sh)