added delete endpoint to token vault API's
This commit is contained in:
parent
1761c662e7
commit
e52fde1bb3
@ -327,6 +327,20 @@ paths:
|
|||||||
status: 500
|
status: 500
|
||||||
title: Internal Server Error
|
title: Internal Server Error
|
||||||
detail: An unknown error has occurred
|
detail: An unknown error has occurred
|
||||||
|
delete:
|
||||||
|
tags:
|
||||||
|
- securitytokens
|
||||||
|
summary: Delete the authorization for HTM for an ovpaytoken
|
||||||
|
description: Delete the authorization for HTM for an ovpaytoken if the customerProfileId has been supplied look in the customerToken DB otherwise check the AnonymousToken DB.
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
description: OK
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/SecurityTokenStatusResponse"
|
||||||
|
example:
|
||||||
|
{}
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
oAuthSample:
|
oAuthSample:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user