Unlinks a partner account (identified by External Id) from its associated zipForm® account. The zipForm® account becomes available for linking to another partner account.
POST
/auth/unlink
curl \
--request POST 'https://api.pre.zipformplus.com/api/auth/unlink' \
--header "Content-Type: application/json" \
--data '{"SharedKey":"string","ExternalId":"string"}'
Request examples
{
"SharedKey": "string",
"ExternalId": "string"
}