Clear Bundle-Entry Credential Assignment
Remove whatever credential this bundle entry pinned.
Idempotent: an entry with no assignment is already in the state the caller wants. The bundle is signalled either way, because a caller cannot tell from the outside whether the row was there and a live session that resolved it needs to stop.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
bundle_id*Bundle Id
Format
uuidentry_id*Entry Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/entries/497f6eca-6276-4993-bfeb-53cbbbba6f08/assignment"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}