Page tree
Skip to end of metadata
Go to start of metadata

Delete prepared push message

Available from

v14+


Query Parameters

NameTypeDescription
messageIdLongThe campaign ID of the prepared message to be deleted.


Exceptions

TypeDescription
InvalidParameterExceptionOne of the parameters is invalid.
NoSuchObjectExceptionThe message ID or user ID cannot be found.
UnexpectedErrorExceptionAn unexpected backend error occurred.

deletePushMessage(Long messageId)


Deletion of message is allowed until message is sent.

SourcemobilePush
MethodDELETE
Endpoint[REST URL]/mobilePush/deletePushMessage
Input

messageId

OutputJson Object
Request example

[REST URL]/mobilePush/deletePushMessage?messageId=1

Response code

204 No Content: The server successfully processed the request, but is not returning any content.

Response example

/



  • No labels