# Delete output
**DELETE /api/fleet/outputs/{outputId}**
**Spaces method and path for this operation:**
delete /s/{space_id}/api/fleet/outputs/{outputId}
Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
Delete output by ID.
[Required authorization] Route required privileges: fleet-settings-all.
## Servers
- https://localhost:5601: https://localhost:5601 ()
## Authentication methods
- Api key auth
- Basic auth
## Parameters
### Headers
- **kbn-xsrf** (string)
A required header to protect against CSRF attacks
### Path parameters
- **outputId** (string)
The ID of the output
## Responses
### 200
Successful response
#### Body: application/json (object)
- **id** (string)
### 400
Bad Request
#### Body: application/json (object)
- **attributes** ()
- **error** (string)
- **errorType** (string)
- **message** (string)
- **statusCode** (number)
### 404
Not Found
#### Body: application/json (object)
- **attributes** ()
- **error** (string)
- **errorType** (string)
- **message** (string)
- **statusCode** (number)
[Powered by Bump.sh](https://bump.sh)