Skip to main content
DELETE
/
digitalbanking
/
disclosures
/
v1
/
users
/
{userId}
/
acceptances
/
{id}
Delete Acceptance
curl --request DELETE \
  --url https://api.candescent.com/digitalbanking/disclosures/v1/users/{userId}/acceptances/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Unique identifier of the member

id
string
required

Unique identifier of the acceptance record

Response

Acceptance deleted