action contract_p_delete_inbox_resource { label: "Delete an inbox" description: "Delete the given inbox.\n\n**WARNING** This will completely remove the inbox, this is not recoverable" provider: contract_p method: DELETE path: "/inboxes/{inbox_id}" encoding: json output: { type: "object" additionalProperties: true } }