Skip to main content

Delete a single custom info entry

DELETE 

/platform/solutions/api/v1/devices/{deviceId}/custom-info/{key}

Remove a specific custom info entry identified by its key for the specified device.
If the key does not exist, a 404 Not Found will be returned.

Usage
DELETE /devices/{deviceId}/custom-info/{key}

Parameters

  • deviceId (string, required): the ID of the device.
  • key (string, required): the key of the custom info entry.

Responses

  • 204 No Content: key deleted successfully.
  • 404 Not Found: key not found.

Security
This API requires authentication.

Request

Responses

NoContent