> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-vpn/disable-ipsec.md).

# Disable IpSec

Disable IpSec configuration

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka VPN","description":"API endpoints for Deka VPN (base: /core/vpn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/vpn/v1/ipsec/disable":{"post":{"description":"Disable IpSec configuration","tags":["Deka VPN","ipsec"],"summary":"Disable IpSec","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.Response"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.Response"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__request.PayloadIpsec"}}},"description":"IpSec request","required":true}}}},"components":{"schemas":{"ai_vpn__response.Response":{"type":"object","properties":{"data":{},"error":{},"message":{"type":"string"}}},"ai_vpn__request.PayloadIpsec":{"type":"object","required":["name","organization_id","project_id"],"properties":{"actitivity_name":{"type":"string"},"description_phase1":{"type":"string"},"description_phase2":{"type":"string"},"ip_public":{"type":"string"},"local_network":{"type":"string"},"name":{"type":"string","maxLength":30},"organization_id":{"type":"string"},"pre_shared_key":{"type":"string"},"project_id":{"type":"string"},"project_name":{"type":"string"},"remote_network":{"type":"string"},"subnet_network":{"type":"string"},"user_id":{"type":"string"}}}}}}
```
