provider Custom Object Instances DELETE /custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
@utdk/intercom /custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
Delete a Custom Object Instance by ID
Delete a single Custom Object instance using the Intercom defined 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
custom_object_instance_id path required
The Intercom defined id of the custom object instance
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deletecustomobjectinstancesbyexternalid
DELETE/custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
Delete a single Custom Object instance using the Intercom defined id.

Parameters

required

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

required

The Intercom defined id of the custom object instance

Enter a gateway URL above to enable sending.

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

TypeScript

import intercom from '@utdk/intercom';

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