---
title: "Delete Google Ads conversion mapping"
method: DELETE
path: "/api/apps/{app_id}/google-ads/conversion-mappings/{mapping_id}"
---

# Delete Google Ads conversion mapping

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

<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](/api-reference/create-google-ads-conversion-mapping).

Deleting the last enabled mapping on an account stops Base44 treating its conversion events as configured, which [Get launch readiness](/api-reference/get-google-ads-launch-readiness) reflects. Send `is_enabled` as `false` through [Update conversion mapping](/api-reference/update-google-ads-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

- `app_id` string, required — ID of the app whose Google Ads conversion tracking you want to manage.
- `mapping_id` string, required — ID of the mapping, as returned in `id` by [List conversion mappings](/api-reference/list-google-ads-conversion-mappings).

## Response `200`

The mapping was deleted.

- ConversionMappingDeleteResponse — Outcome of deleting a conversion mapping.
  - `status` string, required — Outcome of the request, which is `deleted` once the mapping is gone.

## Other responses

- `401` — Missing or invalid credentials.
- `403` — You don't have access to this app, the app does not exist, or you used a workspace API key. A missing app and an app you cannot reach are deliberately the same answer.
- `404` — The account does not belong to this app, or there is no mapping with this ID in your workspace.

---

[API](https://skmtc.dev/adexad/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/adexad/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adexad/base44-app-management-api/revisions/7f5ce8287501/schema)
