Skip to main content

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

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
targetidstring (UUID)The UUID of the target to delete

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Notes

  • A successful delete returns 204 No Content with 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