# Remove Half Screen Mini Program

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

deleteEmbedded

# Functional description

  • Using this interface, you can delete the half-screen Mini Program that has been authorized to call, and if you encounter problems in the process of using it, you can use theOpen Platform Service Provider ZonePosting exchanges.

  • Dxplaination: By add_After adding half screen Mini Program to embedded interface, the Mini Program that has been added to the list of half screen Mini Program can be deleted through the current interface

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/wxaapi/wxaembedded/del_embedded?access_token=ACCESS_TOKEN 

# Third Party Invocation

  • The calling method and parameters are the same as HTTPS, only the calling token is different

  • The permission set id to which this interface belongs is: 18

  • After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant

# Request parameters

attribute type Required Introductions
access_Token string yes Interface invokes the certificate, which is URL Parameters, non Body Parameters. useauthorizer_access_Token
appid string yes Added half screen appid Mini Program

# Return parameters

attribute type Introductions
errcode number Error code
errmsg string Error message

# Call Example

Example Dxplaination: HTTPS requests

# Sample Request Data


{
  "appid": "wx8f4e64668de79225"
} 

# Return Data Example


{
    "errcode": 0,
    "errmsg": "ok"
} 

# Error code

Error code Error code Solutions
89408 Half-screen Mini Program system error
89415 Delete half screen Mini Program appid parameter is empty
89421 Deleted data not found
89422 Delete Status Exception
89431 This type of Mini Program is not supported
89432 Not a Mini Program.