Skip to main content
POST
/
api
/
accesscontrol
/
deleteUnassignedAccessControlCredential
Delete unassigned access control 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"
}
'
{}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to delete an unassigned access control credential.

credentialHexValue
string | null

Hex value of the credential to delete

Example:

"1234567890ABCDEF"

Response

200 - application/json

OK

Response indicating successful deletion of an unassigned access control credential.