Delete App Proxy

🔒

Requires write_app_proxy access scope.

The Delete App Proxy API is used to remove a specific APP_Proxy instance from a Shoplazza store. This action is irreversible and permanently deletes the proxy configuration.

This API is especially useful for:

  1. Cleaning up unused or outdated app proxy configurations.
  2. Managing app proxy setups efficiently for a store.
  3. Ensuring only necessary proxy instances are active.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

ParameterTypeRequiredDescriptionExample
idstringYesThe ID of the app proxy to delete.1231321

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray[ "file number error"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "page not found"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
422Unprocessable EntityApp Proxy id is invalid or empty"errors": "id param err"
404Not FoundApp Proxy is not found."No record found."

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!