External Mapping
Delete an External Mapping
Delete an External Mapping with the given UUID.
delete/organizations/{orgId}/externalmappings/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the External Mapping to retrieve.
Response
Returns the deleted External Mapping
Example response
{
"m3terEntity": "Account",
"m3terId": "00000000-0000-0000-0000-000000000000",
"externalSystem": "Stripe",
"externalTable": "Customer",
"externalId": "cus_00000000000000",
"integrationConfigId": "00000000-0000-0000-0000-000000000000"
}