# Release a template webpage editing session

Releases the editing session held by the current user for this template webpage.

Endpoint: DELETE /api/v2/webpages/template/{objectName}/{environment}/editing-session
Version: 2.0
Security: Bearer Authentication

## Path parameters:

  - `objectName` (string, required)

  - `environment` (string, required)

## Response 200 fields (application/json):

  - `message` (string)
    A message detailing the result of the operation.
    Example: "Success"

  - `data` (any)
    The data payload of the response, if any.


