Skip to content

Deleted Data Connector Object

Response returned when a data connector is deleted.

idstring

The unique identifier for the data connector.

Example:"125"
objectstring

The type of object which was deleted.

Value:"data_connector"
Example:"data_connector"
deletedboolean

Whether the data connector was deleted successfully.

Example:true
{ "id": "125", "object": "data_connector", "deleted": true }