Deletes a timer from a specified data source.
Operation description
Before you call this operation, ensure that you understand the billing methods and pricing for exclusive resource groups and elastic reserved computing resources of the Data Transfer Service.
Try it now
Test
RAM authorization
Request syntax
DELETE /api/v1/mms/datasources/{sourceId}/timers/{timerId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| sourceId |
integer |
Yes |
The ID of the data source. |
2000015 |
| timerId |
integer |
Yes |
The timer ID. |
1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| requestId |
string |
The request ID. |
0a06dd4516687375802853481ec9fd |
| data |
integer |
The ID of the deleted timer. |
success |
Examples
Success response
JSON format
{
"requestId": "0a06dd4516687375802853481ec9fd",
"data": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.