> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Revert Udef Layout

> Revert all un-published AppointmentEntity udef layout changes.

Reset to the currently published layout.



## OpenAPI

````yaml /openapi/rest/openapi-v3-Appointment.json post /api/v1/Appointment/UdefLayout/Revert
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - Appointment
  contact:
    name: SuperOffice DevNet
    url: https://docs.superoffice.com/en/api/index.html
    email: sdk@superoffice.com
servers:
  - url: http://localhost:56350
  - url: https://localhost:56350
security: []
tags: []
externalDocs:
  description: >-
    The SuperOffice DevNet Community has more documentation, examples, and
    discussion forums.
  url: https://community.superoffice.com/en/developer/
paths:
  /api/v1/Appointment/UdefLayout/Revert:
    post:
      tags:
        - Appointment
      summary: Revert Udef Layout
      description: |-
        Revert all un-published AppointmentEntity udef layout changes.

        Reset to the currently published layout.
      operationId: v1AppointmentEntity_RevertUdefLayout
      parameters:
        - name: SO-AppToken
          in: header
          description: >-
            The application token that identifies the partner app. Used when
            calling Online WebAPI from a server.
          required: false
          schema:
            type: string
      responses:
        '204':
          description: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Revert Udef Layout](/en/api/reference/restful/rest/person/revert-udef-layout.md)
- [Save Udef Layout](/en/api/reference/restful/rest/person/save-udef-layout.md)
