All Products
Search
Document Center

MaxCompute:DeleteMmsTimer

Last Updated:Apr 09, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.