v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Mappings

Delete Mappings

Delete one or more CRM-institution mappings.

Request Format:

{
  "crm_ids": ["123456", "789012"]
}

Response: Returns which CRM IDs were successfully deleted and which were not found.

delete/api/v3/crm/{integration_id}/mappings

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Request body

crm_idsstring[] required

List of external CRM record IDs to delete

Response

Successful Response

deletedstring[] required

CRM IDs that were successfully deleted

not_foundstring[] required

CRM IDs that were not found