Basker Docs

Delete Custom Object Instance

Delete a Custom Object Instance. Rate limit: 20 requests per minute per API key.

DELETE
/{version}/{tenant}/custom-object-instances/{id}
Authorization<token>

Use format: users API-Key YOUR_API_KEY

In: header

Path Parameters

version*string

API version

Default"2026-02"
Value in"2026-02"
tenant*string

Tenant slug

id*string

Custom Object Instance ID

Response Body

application/json

curl -X DELETE "https://api.basker.app/partners/2026-02/string/custom-object-instances/string"
Empty
Empty
{
  "error": "Too Many Requests",
  "message": "Rate limit exceeded. Please retry later."
}