DELETE
/
zones
/
{id}
Delete a zone by using zoneId
curl --request DELETE \
  --url https://{FUSION_HOST.com}/api/templating/zones/{id}

Path Parameters

id
string
required

The universal unique identifier (UUID) of the zone.

Query Parameters

context
string

The context parameter retrieves templates for the specified application. The parameter format is app:your-app-name. Only the first application listed in the context is displayed even if a comma-delimited list is entered in the parameter.

Example:

"app:your-app-name"