Delete Google Ads conversion mapping

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Deletes a conversion mapping.

The Google Ads goal the mapping pointed at is untouched. Only the record tying that goal to an entity write goes away, so nothing about the account's conversion goals changes and you can recreate the mapping with Create conversion mapping.

Deleting the last enabled mapping on an account stops Base44 treating its conversion events as configured, which Get launch readiness reflects. Send is_enabled as false through Update conversion mapping instead when you want to keep the record.

<Note>This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.</Note>

delete/api/apps/{app_id}/google-ads/conversion-mappings/{mapping_id}

Path parameters

app_idstring required

ID of the app whose Google Ads conversion tracking you want to manage.

ID of the app whose Google Ads conversion tracking you want to manage.

mapping_idstring required

ID of the mapping, as returned in id by List conversion mappings.

ID of the mapping, as returned in id by List conversion mappings.

Response

The mapping was deleted.

statusstring required

Outcome of the request, which is deleted once the mapping is gone.

Example response

{
  "status": "deleted"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.