7004: Delete message

Removes a specific message from the list of displayed messages.

  

Endpoint ID:7004
Method:
DELETE
URL:

/communication/push/entity/id/{entity-id}/{message-id}

/communication/push/entity/ext-key/{ext-key}/{ext-type}/{message-id}


entity-id

Rubiq entity ID that uniquely identifies the account to remove the message for


ext-key

External key that uniquely identifies the account to remove the message for 


ext-type

Type of external key


message-idID of the message to remove
Request body:

None

Response body:

None
Status codes:204

Message was removed successfully


404

Message was not found

The following sub codes may be returned:

404.1User not found
404.2External user could not be found
404.4This message could not be found