Removes user group.
Headers
- Accept :
application/json
- Content-Type :
application/json
- Authorization :
Bearer {access_token}
Path Parameters
group_id
nullable string RequiredThe user account id for the user.
Response
200 OK.
Parameters
DELETE /users/groups/:group_id
curl -X DELETE 'https://staging.api.pulsifi.me/partner/v1.0/users/groups/{group_id}' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access_token}' \
-H 'Content-Type: application/json' \
Response
{
"data": {
"success": true
},
"meta": null
}