Delete Target
Permanently delete a target from a design. This removes the target from the design's site definition and recalculates the dataset.
DELETE/api/v1/designs/{designid}/targets/{targetid}
Delete an existing target from the design
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
targetid | string (UUID) | ✓ | The UUID of the target to delete |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Notes
- A successful delete returns
204 No Contentwith an empty response body - The deletion is persisted immediately and cannot be undone — to restore a target you must re-create it with Create Target
- Targets that don't exist (or belong to a different design) return
404 Not Found - Deleting a target does not affect trajectories or other entities in the design — only the target itself is removed