This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request POST 'https://api.portierx.com/api/v1/access-credentials//unlink' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_points": [
"string"
]
}'
{
"msg": "string",
"data": {
"access_credential_id": "string",
"access_points": [
"string"
]
}
}