# Unpublish a proposal

## Unpublish a proposal

<mark style="color:green;">`POST`</mark> `https://api.sponseasy.com/v2/user/proposal/:id/unpublish`

This endpoint allows you to unpublish a proposal.

#### Path Parameters

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

#### Query Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| id   | 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 %}
