Groups
Delete group
Delete a group. Links are not deleted — they are simply ungrouped later when reassigned.
DEL
/v1/groups/:idcurl -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
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
okbooleanoptional
true when deleted