ApiBundles
Remove connection from bundle
Remove a user connection from a bundle.
Path Parameters
bundle_id*string
Format
uuidconnection_id*string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}