Groups

Delete group

Delete a group. Links are not deleted — they are simply ungrouped later when reassigned.

DEL/v1/groups/:id
curl -X DELETE https://api.ofmelite.io/v1/groups/8f3e2a1b-4c5d-6e7f-8091-a2b3c4d5e6f7 \
-H "Authorization: Bearer ofm_YOUR_API_KEY" \
-H "Content-Type: application/json"
200OK
{ "ok": true, "deleted": "8f3e2a1b-4c5d-6e7f-8091-a2b3c4d5e6f7" }

Request

Headers

Authorization
stringrequired

Bearer token with your Elite API key

Bearer ofm_YOUR_API_KEY

Response

Response fields

ok
booleanoptional

true when deleted