apidog_delete
Delete an API endpoint from Apidog by exporting the current spec, removing the target, and reimporting with deleteUnmatchedResources.
Instructions
Delete an endpoint from Apidog. Exports current spec, removes the target, reimports with deleteUnmatchedResources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path | |
| method | Yes | HTTP method (case-insensitive) | |
| module | Yes | Module name | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. |