delete-inbox-message
function
The delete-inbox-message
action deletes an app inbox message. It belongs to the inbox category within the external area.
Action Syntax
delete-inbox-message 123
A numeric value
delete-inbox-message $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = delete-inbox-message
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = delete-inbox-message 10
Action code: 1163848556
Version: 0.6.4-0
Last updated: 2025-06-13