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

Pause message send

Available from

v14+

Query Parameters

NameTypeDescription
messageIdLongThe message ID.


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



pausePushSend(Long messageId)


Pause the message sending

SourcemobilePush
MethodPOST
Endpoint[REST URL]/mobilePush/pausePushSend
Input


OutputJson Object
Request example

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

Response code

204 The server successfully processed the request

Response example

/

  • No labels