Message Broker Queues

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

flow_id

integer

Authorizations
Path parameters
message_broker_queuestringRequired

The message broker queue identifier.

Body
flow_idintegerRequired
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/message-broker-queues/{message_broker_queue}/flows

Destroy

delete

Delete a flow.

Authorizations
Path parameters
message_broker_queuestringRequired

The message broker queue identifier.

flowstringRequired

The flow identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/message-broker-queues/{message_broker_queue}/flows/{flow}

Last updated

Was this helpful?