# Remove QR Code Rules
Interface should be called on the server side, not in the front end (Weixin Mini Program, web pages, APP, etc.) directly called, specific reference interface call guide
Interface English name: qrcodeJumpDelete
This interface is used to remove a set QR code rule.
# 1. How to call
# HTTPS calls
POST https://api.weixin.qq.com/cgi-bin/wxopen/qrcodejumpdelete?access_token=ACCESS_TOKEN
# Cloud Calls
- This interface does not support cloud calls
# Third party invocation
This interface supports Third Party Platform generation business call.
This interface belongs to the permission set id: 3, 18
When a service provider is authorized by one of the permissions set, it can call on behalf of the merchant by using authorizer_access_token , which can be viewed in the third-party call documentation.
# 2. Request parameters
# Query parametersQuery String parameters
Parameter Name | type | Required to fill in | Introductions |
---|---|---|---|
access_token | string | yes | Interface invocation credentials, using access_token , authorizer_access_token |
# Request BodyRequest Payload
Parameter Name | type | Required to fill in | Introductions |
---|---|---|---|
prefix | string | yes | Service Account Binary code url with parameters |
appid | string | yes | Service Account Two dimensional code jump Weixin Mini Program AppID. |
# 3. Return Parameters
# Response Payload
Parameter Name | type | Introductions |
---|---|---|
errcode | number | Return code |
errmsg | string | Error message |
# 4. Note
# Instructions for invoking
- This interface applies to deleting the QR code rules that have been set "scan the normal QR code to open Weixin Mini Program" and to deletion of the QR code rule that has been set "Scan the Service Account QR code to Open a Small Program."
# Service Account Call Dxplaination
- In order to invoke this interface, the service provider must first obtain Service Account The permission set id of 3 must be authorized to the service provider, otherwise the 61007 error will occur.
- Service Account The interface must be associated with Weixin Mini Program before it can be invoked. If a service number does not already associate a Mini Program, you can associate another Mini Program by using the linkMiniprogram interface, or at "Official Account Administration Console - Advertising and Services - Small Program Management."
# 5. Code examples
Example Requests
{
"prefix": "http://weixin.qq.com/q/02P5KzM_xxxxx",
"appid": "wxe5f52902cf4de896"
}
Return an example
{
"errcode": 0,
"errmsg": "ok"
}
# 6. Error code
The following is a list of error codes for this interface, other error codes can refer to General error codes
Error code | Error Description | Solutions |
---|---|---|
-1 | The system is busy. | The system is busy. |
0 | ok | normal |
44990 | Interface requests are too fast (more than 5 times / second) | Interface requests are too fast |
85075 | can not access | Personal Type Weixin Mini Program Unable to set binary code rules |
886001 | The system is busy, please try again. | The system is busy. |
# 7. Scope of application
This interface supports "Service Account (authentication only)" account type calls.None of the other account types can be invoked without special instructions.