provider Custom Object Instances DELETE /custom_object_instances/{custom_object_type_identifier}
@utdk/intercom /custom_object_instances/{custom_object_type_identifier}
Delete a Custom Object Instance by External ID
Delete a single Custom Object instance by external_id.
custom_object_type_identifier path required
The unique identifier of the custom object type that defines the structure of the custom object instance.
string
external_id query required
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
deletecustomobjectinstancesbyid
DELETE/custom_object_instances/{custom_object_type_identifier}
Delete a single Custom Object instance by external_id.

Parameters

required

The unique identifier of the custom object type that defines the structure of the custom object instance.

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.deletecustomobjectinstancesbyid({
  "Intercom-Version": "2.14"
})