Delete a terminal theme
delete/merchants/{merchantId}/terminalThemes/{id}
Deletes the terminal theme identified in the path. If the theme is currently in use, you must first deactivate it using a call to the /merchants/{merchantId}/terminalThemes/unapply endpoint before you can delete the theme.
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/{id}
Click to copy
idstringRequired
The unique identifier of the terminal theme.
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
204 - No Content
Theme deleted
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error