cURL
curl --request DELETE \ --url https://{region}.api.plerion.com/v1/tenant/asset-groups/{assetGroupId} \ --header 'Authorization: Bearer <token>'
Delete a specific asset group by its ID within a tenant. This endpoint allows you to remove a particular asset group from the tenant.
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Success
Was this page helpful?