Zum Inhalt springen

Command: end the group (same keep/remove choice for its entries).

POST
/sync-groups/{groupId}/delete
curl --request POST \
--url https://example.com/api/v1/sync-groups/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/delete \
--header 'Content-Type: application/json' \
--cookie dnse_session=<dnse_session> \
--data '{ "removeEntries": false }'
groupId
required
string format: uuid
Media typeapplication/json
object
removeEntries
boolean

Sync group deleted.

Resource not found.

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}