Custom Objects
Delete Records by Criteria
You can delete records by criteria.
DELETE
Recipes
Delete records by criteria with API key
Delete records by criteria with API key
1
1. Use 'Authorization' header to pass API key
2
2. As a result, the API returns the number of deleted records.
Path Parameters
string
required
Custom object class name.
Body Parameters
string
Search records with the field that contains the specified value.
object
Headers
string
required
A user or application session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
string
default:"ApiKey {your_api_key}"
API key from Dashboard. Expected format:
ApiKey {your_api_key}. Must be used
either QB-Token or Authorization.string
User ID. The user ID of the user on whose behalf the request is being made.
Responses
200
200
A successful response
integer
400
400
An error response