A Graze API POST request that deletes an existing custom merge group.
Back to Graze API EndPoint Reference.
Endpoint deleteMergeGroup
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| String | Yes | Name of the merge group to delete. |
Endpoint deleteMergeGroup
returns the following response:
The following examples demonstrate typical use of endpoint deleteMergeGroup
:
Example cURL request to delete the custom merge group "Merge Group 1":
curl -X POST -u graze:graze -k "https://localhost/graze/v1/deleteMergeGroup"
-H "Content-Type: application/json; charset=UTF-8"
--data '{
"name" : "Merge Group 1"
}'