action contract_p_delete_project_resource { label: "Delete project" description: "Delete the given project.\n\n**WARNING** This will completely remove the project, this is not recoverable\n\n**Permission required:** edit_format_settings" provider: contract_p method: DELETE path: "/projects/{project_id}" encoding: json output: { type: "object" additionalProperties: true } }