Skip to content

Start Account Deletion Email Confirmation

POST
/v1/account-deletion/email-confirmations
curl --request POST \
--url https://api.vocapable.com/v1/account-deletion/email-confirmations \
--cookie __Host-vcp-session=<__Host-vcp-session>

Send fresh proof to a passwordless account’s already verified mailbox.

Successful Response

Media typeapplication/json
EmailConfirmationAccepted
object
message
required
Message
string
action_url
Any of:
string
Examplegenerated
{
"message": "example",
"action_url": "example"
}