curl --request DELETE \
--url https://api.dualship.run/api/v1/projects/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Workspace-Id: <x-workspace-id>'{
"deleted": true
}Delete a project by ID
curl --request DELETE \
--url https://api.dualship.run/api/v1/projects/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Workspace-Id: <x-workspace-id>'{
"deleted": true
}Was this page helpful?