URL

DELETE https://{api-url}/api/v2/tenants/{tenantId}/serviceGroups/{sgId}/childs

Sample URLs

https://{api-url}/api/v2/tenants/{tenantId}/serviceGroups/SGP-35ce4940-dc09-43f4-95d7-de4dec4ee9c5/childs

Parameters

This is a required field:

FieldData TypeDescription
id/nameStringService group unique ID or name.

Sample request

[
	{
        "id": "fgh672e9-64df-4ef0-b1b7-82167d87d4b4",
        "name": "arn:aws:sns:us-east-1:290642135901:cloudtrail-sns"
    },
    {
        "id": "57778bb1-a294-450a-87f5-4371a74ac39f",
        "name": "arn:aws:sns:us-east-1:290642135901:onboa-demo-sns"
    },
    {
        "id": "h5h677e2-3461-4ff1-bfdb-65ee2124c6c3",
        "name": "arn:aws:sns:us-east-1:290642135901:alarm-notifications-topic"
    }
]

Sample response

Null