curl --request DELETE \
--url https://api.cleartalk.ai/sip/{id} \
--header 'x-api-key: <api-key>'Logically deletes a SIP configuration. It triggers a detach process for all associated numbers (both inbound and outbound) against the external provider and updates the database records.
curl --request DELETE \
--url https://api.cleartalk.ai/sip/{id} \
--header 'x-api-key: <api-key>'