Accelerate the Value of Data

Delete Group

The Delete Group API request deletes the group from the specific customer.

Table 1. Delete Groups
Request Type DELETE
URL {oauth_uri}/customers/{customerId}/groups/{groupId}
Parameters

CustomerId: Valid Customer ID.

groupId: Unique ID of the specific group.

Access -

Response

Returns whether delete was successful or not by showing true or false.

Delete Group

Request

DELETE {oauth_uri}/customers/TestCustomer/groups/Product_Management
Headers: Authorization: Bearer <Access-Token> 

Response

{
    "status": "success"
}