Docs

Delete Import Mapping

DELETE /importMappings/{importMappingId}

DELETE/importMappings/{importMappingId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder. Required when the mapping's target is `proposalLineItems`.
Organization tokenx-Organization-TokenOptionalRun **Get Tokens** in the **Organization API** collection, then set `orgToken` as a variable here. Required when the mapping's target is `events`.

Removes a saved mapping. Because mappings are shared at their organization rather than owned by a user, this removes it for everyone.

Deleting the default simply leaves that target with no default — a legal state, not an error. Nothing is promoted in its place.

Imports created using the mapping are unaffected: each Import snapshots its own column mapping, so the receipt of a past import survives the mapping being deleted.

The permission is the target's, read from the stored mapping.

Response

200 with no body.

Errors

StatusMeaning
403The caller lacks the target's declared permission, or sent the wrong token audience for it.
404No such mapping, or it belongs to another organization.