# Service Cancellation

The Service Cancel API Route is used to immediately cancel and end a service. When completed, this immediately cancels a service, removes the proxies from a service and deletes any attached Stripe subscription.

The route accepts cancel\_comment and cancel\_feedback to give feedback on the reason for the cancellations.

{% hint style="danger" %}
This action is irreversible and therefore you should make the user click multiple verifications.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internal.developer.documentation.private.user.pingproxies.com/service-management/service-cancellation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
