account-terminals
aid_account_management_terminals_termid_delete
Remove a terminal from the account.
scopes:
- admin:accounts
- write:accounts
delete/accounts/{aid}/terminals/{terminal_id}
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
terminal_idstring required
System-generated terminal identifier (e.g. P12600030-T0001).
Response
Terminal
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"terminal_id": "T12233302-T0001",
"device_serial_number": "123456789012"
}