Revoking Mobile Credentials
Learn how to delete mobile credentials.
seam.acs.credentials.delete(
acs_credential_id="66666666-6666-6666-6666-666666666666"
)Nonecurl -X 'POST' \
'https://connect.getseam.com/acs/credentials/delete' \
-H 'accept: application/json' \
-H "Authorization: Bearer ${API_KEY}" \
-H 'Content-Type: application/json' \
-d '{
"acs_credential_id": "66666666-6666-6666-6666-666666666666"
}'{
"ok": true
}await seam.acs.credentials.delete({
acs_credential_id: "66666666-6666-6666-6666-666666666666"
});voidLast updated
Was this helpful?

