---
title: "Delete Profile Webhook Subscription"
method: DELETE
path: "/v3/profiles/{profileId}/subscriptions/{subscriptionId}"
tags: ["webhook"]
---

# Delete Profile Webhook Subscription

`DELETE /v3/profiles/{profileId}/subscriptions/{subscriptionId}`

Delete a profile webhook subscription by its identifier.

## Path parameters

- `profileId` integer, required
- `subscriptionId` string, uuid, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `204`

No Content.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
