### Delete an export job

`DELETE /api/v1/exports/{id}`

Removes the job and its artifact.

- Authentication: manager session (JWT) or API token
- Permission: `prm_exports_create` (Create / delete export jobs)
- Risk: write
- Rate limit bucket: `t_mutate`

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Job id. |

