Skip to main content

Delete a vendor connector mapping

DELETE 

/vendor-connector-mappings

Soft deletes a mapping between a SaaS vendor and an IDN connector, removing the established correlation.

Request

Body

required

    id string

    The unique identifier for the vendor-connector mapping.

    vendor string

    The name of the vendor.

    connector string

    The name of the connector.

    createdAt date-time

    The creation timestamp of the mapping.

    createdBy string

    The identifier of the user who created the mapping.

    updatedAt

    object

    nullable

    An object representing the nullable timestamp of the last update.

    Time date-time

    The timestamp when the mapping was last updated, represented in ISO 8601 format.

    Valid boolean

    A flag indicating if the 'Time' field is set and valid.

    updatedBy

    object

    nullable

    An object representing the nullable identifier of the user who last updated the mapping.

    String string

    The identifier of the user who last updated the mapping, if available.

    Valid boolean

    A flag indicating if the 'String' field is set and valid.

    deletedAt

    object

    nullable

    An object representing the nullable timestamp of when the mapping was deleted.

    Time date-time

    The timestamp when the mapping was deleted, represented in ISO 8601 format, if applicable.

    Valid boolean

    A flag indicating if the 'Time' field is set and valid, i.e., if the mapping has been deleted.

    deletedBy

    object

    nullable

    An object representing the nullable identifier of the user who deleted the mapping.

    String string

    The identifier of the user who deleted the mapping, if applicable.

    Valid boolean

    A flag indicating if the 'String' field is set and valid, i.e., if the mapping has been deleted.

Responses

Successfully deleted the specified vendor connector mapping.

Schema

    count integer

    The number of vendor connector mappings successfully deleted.

Loading...