Delete function transfer
DELETE/api/v1/devices/{deviceId}/inputs/data-objects/transfer-functions/{functionTransferId}
Delete a function transfer by its ID. This is a soft delete operation.
Path Parameters
deviceId(string, required): Device identifier. Example:9f75abda56c3functionTransferId(string, required): Unique identifier of the function transfer to delete. Example:3f2504e0-4f89-11d3-9a0c-0305e82c3301
Responses
204 No Content: Function transfer was successfully deleted. No response body is returned.404 Not Found: Function transfer with the specified ID does not exist for this device.
Security
- This API requires authentication.
Request
Responses
- 204
No Content