action contract_p_delete_format_resource { label: "Delete the format" description: "**WARNING** This will completely remove the documents, this is **not recoverable**\n\n**Permission required:** edit_format_settings" provider: contract_p method: DELETE path: "/formats/{format_id}" encoding: json output: { type: "object" additionalProperties: true } }