Delete Data Items By Key

Finds all the items whose key values match those specified by the payload and deletes them. The deletion cannot be undone. The deletion will only occur if the user has access to the data source.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to delete data items from

Body Params
targetValues
array of objects
required

Defines what items within the collection you are searching for. The order of strings in fieldValues must match that of either keySchemaFields or of the actual primary keys from the real schema if keySchemaFields is not defined.

targetValues*
keySchemaFields
array of strings

Fields used to search for items in the collection. If it is not provided, primary keys from the schema are used.

keySchemaFields
Response
200

OK

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!