Skip to content

Delete device trigger by id

DELETE
/devices/{id}/notificationTriggers/{fk}

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
Example"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Parameters

Path Parameters

id*

device id

Typenumber
Required
format"integer"
fk*

Foreign key for notificationTriggers

Typenumber
Required
format"integer"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python