Skip to main content

Delete entity mapping

DELETE 

https://api.supaglue.io/mgmt/v2/entity_mappings/:entity_id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Delete entity mapping

Request

Path Parameters

    entity_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

Entity Mapping

curl -L -X DELETE 'https://api.supaglue.io/mgmt/v2/entity_mappings/:entity_id' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.supaglue.io/mgmt/v2
Auth
Parameters
— pathrequired
— headerrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!