# Delete a proposal

## Delete a proposal

<mark style="color:red;">`DELETE`</mark> `https://api.sponseasy.com/v2/user/proposal/:id/delete`

This endpoint allows you to delete a proposal.

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| id   | string |             |

#### Query Parameters

| Name  | Type   | Description |
| ----- | ------ | ----------- |
| token | string |             |

{% tabs %}
{% tab title="200 Request successfully executed." %}

```
{
  status: "success"
}
```

{% endtab %}

{% tab title="400 Could not find a success matching this query." %}

```
{ 
  status: "error",
  message: ["error_message"]
}
```

{% endtab %}
{% endtabs %}
