Secrets

secrets_expire_secret

Expire the secret associated with the credentials

SecurityAPI_Secret_Key
Request
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Request Body schema: application/json
required
credentialId
required
integer <int64>
Responses
200

Success

400

Invalid Request

default

Error

post/secrets/expire_secret
Request samples
application/json
{
  • "credentialId": 0
}
Response samples
application/json
{
  • "code": "COMPLETED"
}