JavaScript
const options = { method: 'DELETE', headers: {'x-api-key': '<api-key>', 'x-api-secret': '<api-key>'} }; fetch('https://api.runmorph.dev/v1/connections/{connectorId}/{ownerId}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{}
Documentation IndexFetch the complete documentation index at: https://docs.runmorph.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.runmorph.dev/llms.txt
Use this file to discover all available pages before exploring further.
hubspot
pipedrive
salesforce
aircall
gong
attio
dialpad
calendly
xero
chargebee
No Content
The response is of type object.
object