action ix_api_contacts_destroy { label: "contacts_destroy" description: "Remove a contact.\n\nPlease note, that a contact can only be removed if\nit is not longer in use in a network service or config\nthrough a role assignment." provider: ix_api method: DELETE path: "/contacts/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }