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>
Path parameters
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.
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.
Example response
{
"status": "deleted"
}Changes
Changed in 1 of the 13 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○