# Deleting a process package

When a process is deleted, it is marked for deletion and will be permantley deleted based on account/system settings.

## Delete provided ProcessAPI package

<mark style="color:red;">`DELETE`</mark> `https://api.olisystems.com/process/{process_id}`

Delete the process package supplied as the last paramter {process\_id} of the URL

#### Headers

| Name                                            | Type   | Description            |
| ----------------------------------------------- | ------ | ---------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer {access\_token} |

{% tabs %}
{% tab title="200 data is an array containing information for each dbs file that was uploaded." %}

```json
 {
    "message": "Process is deleted Successfully",
    "status": "SUCCESS"
}
```

{% endtab %}
{% endtabs %}
