Setup Stripe Webhook

Delete

Delete a Setup Stripe Webhook record by ID.

delete/api/cp/setup/stripe-webhook/{external_api_id}/{id}

Path parameters

external_api_idinteger required

External Api Id identifier

idinteger required

Id identifier

Response

Operation completed successfully

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes