Skip to main content
DELETE

Recipes

1

1. Set records IDs

Set IDs of records that should be deleted via comma.
2

2. As a result, the API returns a '200 OK' status code which implies that records were deleted.

1

1. Set a record ID

Set the ID of the record that should be deleted.
2

2. As a result, the API returns a '200 OK' status code which implies that a record was deleted.

1

1. Use 'Authorization' header to pass API key

2

2. Set records IDs

Set IDs of records that should be deleted via comma.
3

3. As a result, the API returns a '200 OK' status code which implies that records were deleted.

1

1. Use 'Authorization' header to pass API key

2

2. Set a record ID

Set the ID of the record that should be deleted.
3

3. As a result, the API returns a '200 OK' status code which implies that a record was deleted.

Path Parameters

string
required
Custom object class name.
string
required
ID of the custom object record. Generated automatically by the server after record creation.

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

A successful response