webhooks/unsubscribe

webhooks/unsubscribe

Unsubscribes from the webhook.

Request
Request Body schema:
required
object (adobe-commerce-webhooks-data-webhook-data-interface)

Interface for webhook data from webapi requests

Responses
400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

post/V1/webhooks/unsubscribe
Request samples
{
  • "webhook": {
    }
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}