# DELETE /api/subscriptions/{id} > Subscriptions - Delete a Subscription - **Endpoint:** `DELETE /api/subscriptions/{id}` - **Group:** Subscriptions - **Since:** v1.0.0 - **Defined in:** `RestApi/Controllers/SubscriptionsController.php` ## Headers | Field | Type | Description | | --- | --- | --- | | `authtoken` | String | Authentication token, generated from admin area | ## Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | `id` | Number | yes | Subscription unique ID | ## Request example ```bash curl -X DELETE "https://yoursite.com/index.php/api/subscriptions/123" \ -H "authtoken: YOUR_API_TOKEN" ``` --- Part of the [REST API for RISE CRM](https://risecrm.themesic.com/apiguide/) documentation. Full page: https://risecrm.themesic.com/apiguide/subscriptions/delete-subscription/