Remove transmitter by id
DELETE {{baseUrl}}/api/transmitters/:id
Remove transmitter by its ID. You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You obtain the transmitter ID using GET /transmitters. You remove the transmitter by passing the transmitter ID in the path of the request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |