Skip to content

The following endpoint allows you to disable the delivery of messages in an outbound queue.

This endpoint is not available for inbound queues, as inbound queues process received messages rather than deliver messages. Vault uses Message Processor to process received messages. There is no way to stop received messages from processing.

PUT/api/{version}/services/queues/{queue_name}/actions/disable_delivery
NameDescription
Acceptapplication/json (default) or application/xml
curl -X PUT -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v19.1/services/queues/new_study_queue__c/actions/disable_delivery
{ "responseStatus": "SUCCESS" }