Deletes the terminal from the system, marking it as deleted. The physical terminal represented by this API record will not be able to process payments until it is onboarded again. Note: As of version 3.2, GET /terminals
and POST /terminals
endpoints won't return any deleted terminal records.
A successful deletion response.
INVALID_PARAMS, TERMINAL_HAS_NOT_BEEN_ONBOARDED
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "id": "13A64A41D4B87HW",
- "resource": "terminals",
- "path": "/terminals/13A64A41D4B87HW",
- "owner": {
- "id": "0ef0dcd6-a2c6-49c4-9051-bbbe5c6c36e2",
- "path": "/accounts/0ef0dcd6-a2c6-49c4-9051-bbbe5c6c36e2",
- "resource": "accounts"
}, - "api_version": "3.2",
- "status": "deleted",
- "serial_number": "FA00332-1000138",
- "model": "DX8000",
- "reference_id": "abc12345"
}