SnozeDevelopers
API referenceGantt

Delete a timeline dependency

Removes one dependency edge from the database and records the deletion on the workspace event ledger. Requires `databases:write` on the database; an edge that does not exist in this database returns not-found.

DELETE
/v1/workspaces/{workspaceId}/databases/{databaseId}/gantt/dependencies/{dependencyId}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string
databaseId*string
dependencyId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/workspaces/string/databases/string/gantt/dependencies/string"
{  "data": {    "id": "string"  }}