Remove the queue target
Subsequent events for this stream are buffered until a new queue is registered. Returns `204 No Content` on success.
Path Parameters
Header Parameters
Response Body
application/json
curl -X DELETE "https://loading/v1/admin/org/queues/string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Register a queue target for the given event stream
Polymorphic body discriminated by `type` (`aws_sqs`, `azure_event_hubs`, `azure_storage_queue`). Validated by a synthetic test publish before persisting; on test-publish failure returns `400 invalid_request` with the underlying provider error and no configuration is stored. `409 queue_already_configured` if a config exists — use `PUT` to replace.
Replace the existing queue target
Use to switch types (e.g. AWS SQS → Azure Event Hubs), rotate a SAS token, or update a role ARN. Same polymorphic body as `POST`. Validated by a synthetic test publish; on failure the previous configuration is left untouched.