短信服务使用方可以调用DeleteTobTrafficDrivingLinkSDK接口删除引流链接。
POSThttps://sms.volcengineapi.com/?Action=DeleteTobTrafficDrivingLinkSDK&Version=2021-01-11名称 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | DeleteTobTrafficDrivingLinkSDK | 要执行的操作,取值:DeleteTobTrafficDrivingLinkSDK |
Version | String | 是 | 2021-01-11 | API的版本,取值:2021-01-11 |
名称 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
link | String | link和jumpLink不可同时为空 | https://test.com/path | 文案链接 |
jumpLink | String | link和jumpLink不可同时为空 | https://test.com/path | 跳转链接 |
名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ResponseMetadata | ResponseMetadata | 响应公共参数。 | |
Result | String |
{ "link": "https://test.com/path", "jumpLink": "https://test.com/path" }
{ "ResponseMetadata":{ "RequestId":"2022090818181501017423503804EC****", "Action":"DeleteTobTrafficDrivingLinkSDK", "Version":"2021-01-11", "Service":"volcSMS", "Region":"cn-north-1" }, "Result": "" }
{ }
{ "ResponseMetadata": { "RequestId":"2022090818181501017423503804EC****", "Action":"DeleteTobTrafficDrivingLinkSDK", "Version":"2021-01-11", "Service":"volcSMS", "Region":"cn-north-1" "Error": { "Code": "1001", "Message": "请求参数错误" } } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
200 | 1001 | 参数错误 | 参数错误 |
200 | 1999 | 系统错误 | 系统错误 |