Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { Solifyn } from 'solifyn'; const solifyn = new Solifyn({ apiKey: 'your_private_api_key_here' }); // Delete operational webhook endpoint await solifyn.webhookEndpoint.delete('ep_1srOrx2ZWZBpBUvZwXKQmoEYga2'); console.log('Operational endpoint deleted successfully');
The endpoint ID or UID
Deleted