Backend

Delete a credential offer session

Removes all state associated with the credential-offer session identified by its correlation_id. Use it to clean up after the session completes, after it times out, or to cancel an outstanding offer. Returns 204 No Content on success.

delete/backend/credential/offers/{correlation_id}

Response

Credential offer session state removed successfully.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.