> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# objectives_delete

> Delete an objective from the project

## Summary

Remove an objective and all its subtasks from the project.

* Needs Admin: False
* Version: 1-2
* Author: @its\_a\_feature\_

### Arguments

#### objective\_id

* Description: ID of the objective to delete
* Required: True

## Usage

```
objectives_delete -objective_id 5
```

## Detailed Summary

Permanently deletes an objective and all associated subtasks.

<Warning>
  This action cannot be undone and will remove all subtasks under this objective.
</Warning>
