Skip to main content

Delete a zone by UUID.

DELETE 

/v1/zones/:uuid

Delete a zone by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the zone

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the zone was created.

    customer uuidrequired

    Unique identifier for the owner (customer)

    deletedAt date-timerequired

    Date and time the zone was deleted.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of zone.

    updatedAt date-timerequired

    Date and time the zone was updated.

    uuid uuidrequired

    Unique identifier for the zone

    zone array[]required

    Zone geometry.

    status int64required
    timestamp date-timerequired
Loading...