Basker Docs

Delete Custom Object Instance

DELETE
/{version}/{tenant}/custom-object-instances/{id}

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

Authorization<token>

Use format: users API-Key YOUR_API_KEY

In: header

Path Parameters

version*"2026-02"

API version

Default"2026-02"

Value in

  • "2026-02"
tenant*string

Tenant slug

id*string

Custom Object Instance ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/2026-02/string/custom-object-instances/string"
{  "attributes": [    {}  ],  "definition": "string",  "title": "string"}