🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/accesscontrol/deleteUnassignedAccessControlCredential \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"credentialHexValue": "1234567890ABCDEF"
}
'{}Delete an unassigned access control credential. The credential must be unassigned (revoked) before this method can be called. History of the credential is maintained but it will no longer be returned as an unassigned credential.
curl --request POST \
--url https://api2.rhombussystems.com/api/accesscontrol/deleteUnassignedAccessControlCredential \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"credentialHexValue": "1234567890ABCDEF"
}
'{}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to delete an unassigned access control credential.
Hex value of the credential to delete
"1234567890ABCDEF"
OK
Response indicating successful deletion of an unassigned access control credential.
Was this page helpful?