Skip to main content

Unapply a terminal theme

post/terminals/{terminalId}/terminalThemes/unapply

Resets the theme assignment for the Android terminal specified in the path. The terminal will switch to the theme from the next higher level where a custom theme is applied (store, merchant account, or company) or the default Adyen theme. The terminal must be deployed or boarded.

The theme itself remains unchanged and is not deleted.

If no custom theme is currently applied to the terminal, this request returns a 200 OK response without error.

To make this request, your API credential must have the following role:

  • Management API - Terminal themes read and write
Endpoint destination URL
https://management-test.adyen.com/v3/terminals/{terminalId}/terminalThemes/unapply
Click to copy
terminalIdstringRequired

The unique identifier of the terminal.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200

    OK

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

  • 422

    Unprocessable Entity

  • 500

    Internal Server Error