# Remove flag for all users belonging to the {CUSTOMER} specified in the URL path

Endpoint: DELETE /{CUSTOMER}/{FLAG}
Security: basicAuth

## Path parameters:

  - `CUSTOMER` (string, required)
    Example: "44444"

  - `FLAG` (string, required)
    Enum: "failover", "access"

## Query parameters:

  - `group` (array,null)
    Restricts the operation to users who are a member of at least one of the given failover groups. If this parameter is absent, the operation will be applied to all users of the customer {CUSTOMER}.
    Example: ["emea","germany"]

## Response 200 fields (application/json):

  - `id` (string, required)

  - `timestamp` (string, required)

  - `affectedUsers` (integer, required)

## Response 401 fields (application/json):

  - `id` (string, required)

  - `timestamp` (string, required)

  - `status` (integer, required)
    Example: 403

  - `message` (string, required)
    Example: "Forbidden"


