---
title: "Delete a Geofencing event subscription"
method: DELETE
path: "/geofencing-subscriptions/v0.3/subscriptions/{subscriptionId}"
tags: ["Geofencing v0.3.0"]
---

# Delete a Geofencing event subscription

`DELETE /geofencing-subscriptions/v0.3/subscriptions/{subscriptionId}`

delete a given Geofencing subscription.

## Path parameters

- `subscriptionId` string, required — The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as `subscriptionId` as per [Commonalities Event Notification Model](https://github.com/camaraproject/Commonalities/blob/main/documentation/API-design-guidelines.md#122-event-notification).

## Headers

- `x-correlator` string
- `x-rapidapi-host` string, required

## Response `202`

- object — Response for a event-type subscription request managed asynchronously (Creation or Deletion)
  - `id` string — The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as `subscriptionId` as per [Commonalities Event Notification Model](https://github.com/camaraproject/Commonalities/blob/main/documentation/API-design-guidelines.md#122-event-notification).

## Other responses

- `204`
- `400`
- `401`
- `403`
- `404`
- `429`
- `500`
- `503`

---

[API](https://skmtc.dev/nokia/apis/network-as-code.md) · [All operations](https://skmtc.dev/nokia/apis/network-as-code/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nokia/network-as-code/revisions/fdd5f5a56b88/schema)
