groups/delete
POST https://api.dropboxapi.com/2/team/groups/delete
scope: groups.write
Deletes a group.
The group is deleted immediately. However the revoking of group-owned resources may take additional time. Use the groups/job_status/get
to determine whether this process has completed.
Permission : Team member management.
Request Body
{".tag"=>"group_id", "group_id"=>"g:e2db7665347abcd600000000001a2b3c"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{".tag":"complete"}