Skip to main content

Unapply a terminal theme

post/merchants/{merchantId}/terminalThemes/unapply

Resets the theme assignment for the merchant account specified in the path. The Android terminals under this merchant account will switch to the custom theme applied at the company level, or to the default Adyen theme if there is no custom theme applied at the company level. However, if a custom theme is applied at a lower level (store or individual terminal) those terminals continue to use their current theme.

The theme itself remains unchanged and is not deleted.

If no custom theme is currently applied to the merchant account, 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/merchants/{merchantId}/terminalThemes/unapply
Click to copy
merchantIdstringRequired

The unique identifier of the merchant account.

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

  • 500

    Internal Server Error