---
title: "Delete a Zap"
method: DELETE
path: "/v2/zaps/{id}"
tags: ["Zaps"]
---

# Delete a Zap

`DELETE /v2/zaps/{id}`

Permanently deletes a Zap on behalf of an end user. The Zap is stopped and removed from the end user's account. This action cannot be undone. Available to White Label partners only.

#### When using OAuth

This endpoint requires the `zap:delete` OAuth scope.

## Path parameters

- `id` string, uuid, required

## Response `204`

No response body

## Other responses

- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
