Basker Docs

Delete Custom Object

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

Delete a Custom Object. 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 ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/2026-02/string/custom-object-definitions/string"
{  "description": "string",  "fieldDefinitions": [    {}  ],  "handle": "string",  "icon": "string",  "label": "string"}