v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
ShopShield

Disable ShopShield for a URI

Disable ShopShield for a URI

delete/v1/sites/{id}/shop_shield/{uri_id}

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888
uri_idstring uuid required

The ID of the URI that is protected by ShopShield

Example:123e4567-e89b-12d3-a456-426614174000

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}