action contract_p_delete_connection_resource { label: "Delete a connection" description: "Delete the given connection.\n\n**WARNING** This will completely remove the connection, this is not recoverable\n\n**Permission required:** edit_integrations" provider: contract_p method: DELETE path: "/connections/{connection_id}" encoding: json output: { type: "object" additionalProperties: true } }