delete()
Last updated
Last updated
Copyright © 2023 Deskree Technologies Inc.
DELETE data from an integration endpoint.
By default the Content-Type
is set to application/json
, but you can override this value by passing your own headers in the integration()
method.
path
string
The path of the integration endpoint. You can find it by downloading the postman collection for the integration from the page. Example: Stripe Customers Endpoint is "/customers".