Skip to main content

Delete a mapping

DELETE 

/v2/external/mappings/:id

Deletes a mapping, specified by id.

Request

Path Parameters

    id integerrequired

    ID of the mapping

Responses

Schema
    tenant_id integer

    ID of tenant.

    object_type string

    The type of object in SalesLoft

    object_id integer

    The id of the object in SalesLoft

    inserted_at date

    When this mapping was inserted

    id integer

    ID of the mapping

    external_type string

    The type of external

    external_id string

    External ID

    deleted boolean

    Whether or not the mapping is deleted.

Loading...