Recipes
Delete many records
Delete many records
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.
Delete one record
Delete one record
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.
Path Parameters
Custom object class name.
ID of the custom object record. Generated automatically by the server after record creation.
Headers
A user or application session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
Responses
200
200
A successful response