Skip to main content
DELETE
/
3p
/
api
/
v1
/
webhook
De-register Webhook ( STABLE )
curl --request DELETE \
  --url https://api.grailpay.com/3p/api/v1/webhook \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Webhook de-registered!",
  "data": null,
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme. This is provided by the GrailPay Customer Support Team

Response

Webhook de-registered successfully

status
boolean
Example:

true

message
string
Example:

"Webhook de-registered!"

data
string
Example:

null

errors
string
Example:

null

error_code
string
Example:

null