# Delete Numbers

## GET or POST Request <a href="#get-or-post-request" id="get-or-post-request"></a>

{% hint style="info" %}
<https://v1.api19.com/dids/delete>
{% endhint %}

Send us a GET or POST request with your key and the number (in the URI as key or as http password)

This deletes your number from your account.

| Argument | Required | Type |
| -------- | -------- | ---- |
| number   | yes      | int  |

{% tabs %}
{% tab title="Curl Post" %}

```php
curl -X POST https://v1.api19.com/dids/delete \
 -d 'number=3038821111' \
 -d 'key=your-key'
```

{% endtab %}

{% tab title="JSON Response" %}

```php
{"status": "ok"}

OR

{"status": "error", "error":"You do not own 3035551212"}
```

{% endtab %}
{% endtabs %}


---

# 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://apidocs.api19.com/numbers-ordering/delete-numbers.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.
