🚧 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/relay/deleteThirdPartyCameraDiscovery \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"thirdPartyCameraMacAddress": "<string>"
}
'{}Delete third party camera discovery if it has no assignments.
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/deleteThirdPartyCameraDiscovery \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"thirdPartyCameraMacAddress": "<string>"
}
'{}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for deleting a third-party camera discovery.
MAC address of the third-party camera to delete
OK
Request object for creating a third-party camera password.
Was this page helpful?