Skip to content
Select themeSelect language

`DELETE /api/workspace/repo_sync` — remove the workspace's repo binding.

DELETE
/api/workspace/repo_sync
curl --request DELETE \
--url https://example.com/api/workspace/repo_sync
Media typeapplication/json

{"deleted": true} — a delete acknowledgement. deleted is false only when the row was already gone (a few idempotent deletes report the affected-rows count as a boolean).

object
deleted
required

Whether a row was deleted.

boolean
Examplegenerated
{
"deleted": true
}